home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / ham / sop9615a.zip / VBERRORS.TXT < prev   
Text File  |  1993-09-01  |  2KB  |  60 lines

  1.  ■ Visual Basic trappable error codes are:
  2.  
  3.    Code Message
  4.    ════ ════════════════════════════════════════════════════════════════════
  5.    1    NEXT without FOR
  6.    2    Syntax error
  7.    3    RETURN without GOSUB
  8.    4    Out of DATA
  9.    5    Illegal function call
  10.    6    Overflow
  11.    7    Out of memory
  12.    8    Label NOT defined
  13.    9    Subscript out of range
  14.    10   Duplicate definition
  15.    11   Division by zero
  16.    12   Illegal in direct mode
  17.    13   TYPE mismatch
  18.    14   Out of string space
  19.    16   String formula too complex
  20.    18   FUNCTION not defined
  21.    19   No Resume
  22.    20   Resume without error
  23.    24   Device timeout
  24.    25   Device fault
  25.    26   FOR without NEXT
  26.    27   Out of paper
  27.    29   WHILE without WEND
  28.    30   WEND without WHILE
  29.    33   Duplicate Label
  30.    35   SUB or FUNCTION not defined
  31.    37   Argument-count mismatch
  32.    38   Array NOT defined
  33.    40   Variable required
  34.    50   FIELD overflow
  35.    51   Internal error
  36.    52   Bad file name or number
  37.    53   File NOT found
  38.    54   Bad file mode
  39.    55   File already open
  40.    56   FIELD statement active
  41.    57   Device I/O error
  42.    58   File already exists
  43.    59   Bad record length
  44.    61   Disk full
  45.    62   Input past end of file
  46.    63   Bad record number
  47.    64   Bad file name
  48.    67   Too many files
  49.    68   Device unavailable
  50.    69   Communication-buffer overflow
  51.    70   Permission denied
  52.    71   Disk NOT ready
  53.    72   Disk-media error
  54.    73   Feature unavailable
  55.    74   Can   't rename with different drive
  56.    75   Path/File access error
  57.    76   Path NOT found
  58.    80   Feature removed
  59.  
  60.